API Documentation
ScreenshotTaker.h
1 // ScreenshotTaker.h
3 //
5 
6 namespace nkGraphics
7 {
11  class DLL_GRAPHICS_EXPORT ScreenshotTaker final
12  {
13 
14  public :
15 
23  } ;
24 }
nkGraphics::RenderContext
A rendering context, attached to a graphic window to present to the screen.
Definition: RenderContext.h:12
nkGraphics::ImageData
Holds an image data and its description in memory.
Definition: ImageData.h:15
nkGraphics::ScreenshotTaker::getScreenPixels
static ImageData getScreenPixels(RenderContext *context)
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkGraphics::ScreenshotTaker
Utility class helping to isolate data from a render context.
Definition: ScreenshotTaker.h:12